Programmatically change the "Start Outlook in this folder" setting
Is there a way (registry setting, gpo, or vbscript) to set the first folder that Outlook displays when launched? We have a special folder created on all user mailboxes and would like Outlook to display that folder first whenever someone starts the application. 
October 11th, 2012 11:03pm

You can find this function at

File-options-advanced-Outlook start and exit-start outlook with this folder

Free Windows Admin Tool Kit Click here and download it now
October 12th, 2012 6:16am

Hi,

We can consider these two methods:

1. Deploy an Outlook shortcut file with the following target and remove the default shortcut:

"C:\Program Files (x86)\Microsoft Office\Office14\OUTLOOK.EXE" Outlook:Drafts /recycle

The parameter Outlook:Drafts in the example specify the folder Drafts to start with Outlook. You can change it to your own.

2. We may tried the macro solution mentioned in the following thread:

http://social.msdn.microsoft.com/Forums/en-US/outlookdev/thread/f32643fd-18dc-4554-9e31-91a60889ddfb/

Best regards,

October 12th, 2012 11:21am

I know this thread has not been touched in some time but there is a newly posted article that may help solve the problem. Programmatically Set IMAP Inbox as Startup Folder in Outlook.

Free Windows Admin Tool Kit Click here and download it now
February 14th, 2015 4:32pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics